how to make a div fill the screen

86

div {
  height: 100vh;
  width: 100vw;
}

Comments

Submit
0 Comments